home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / magiccd / mcdbc111t.exe / %MAINDIR% / C++ Builder / Unit1.dfm < prev    next >
Encoding:
Text File  |  2004-03-08  |  7.2 KB  |  349 lines

  1. object Form1: TForm1
  2.   Left = 543
  3.   Top = 437
  4.   BorderStyle = bsDialog
  5.   Caption = 'Magic CD/DVD Burner CPPB Demo (1.10.1)'
  6.   ClientHeight = 391
  7.   ClientWidth = 515
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Splitter1: TSplitter
  19.     Left = 229
  20.     Top = 63
  21.     Width = 3
  22.     Height = 170
  23.     Cursor = crHSplit
  24.   end
  25.   object Splitter3: TSplitter
  26.     Left = 0
  27.     Top = 233
  28.     Width = 515
  29.     Height = 3
  30.     Cursor = crVSplit
  31.     Align = alBottom
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 371
  36.     Width = 515
  37.     Height = 20
  38.     Align = alBottom
  39.     BevelInner = bvLowered
  40.     TabOrder = 0
  41.     object Label2: TLabel
  42.       Left = 2
  43.       Top = 2
  44.       Width = 27
  45.       Height = 16
  46.       Align = alLeft
  47.       Caption = ' CD : '
  48.       Transparent = True
  49.       Layout = tlCenter
  50.     end
  51.     object lSize: TLabel
  52.       Left = 157
  53.       Top = 2
  54.       Width = 200
  55.       Height = 16
  56.       Align = alClient
  57.       Alignment = taCenter
  58.       Layout = tlCenter
  59.     end
  60.     object dbs: TProgressBar
  61.       Left = 453
  62.       Top = 2
  63.       Width = 60
  64.       Height = 16
  65.       Align = alRight
  66.       Min = 0
  67.       Max = 100
  68.       Smooth = True
  69.       TabOrder = 0
  70.     end
  71.     object pb: TProgressBar
  72.       Left = 29
  73.       Top = 2
  74.       Width = 128
  75.       Height = 16
  76.       Align = alLeft
  77.       Min = 0
  78.       Max = 100
  79.       Smooth = True
  80.       TabOrder = 1
  81.     end
  82.     object scs: TProgressBar
  83.       Left = 357
  84.       Top = 2
  85.       Width = 96
  86.       Height = 16
  87.       Align = alRight
  88.       Min = 0
  89.       Max = 100
  90.       Smooth = True
  91.       TabOrder = 2
  92.     end
  93.   end
  94.   object Memo1: TMemo
  95.     Left = 0
  96.     Top = 236
  97.     Width = 515
  98.     Height = 135
  99.     Align = alBottom
  100.     ImeName = '???(??) (MS-IME98)'
  101.     PopupMenu = PopupMenu2
  102.     ScrollBars = ssVertical
  103.     TabOrder = 1
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 232
  107.     Top = 63
  108.     Width = 283
  109.     Height = 170
  110.     Align = alClient
  111.     BevelOuter = bvNone
  112.     TabOrder = 2
  113.     object Splitter2: TSplitter
  114.       Left = 135
  115.       Top = 20
  116.       Width = 3
  117.       Height = 150
  118.       Cursor = crHSplit
  119.       Align = alRight
  120.     end
  121.     object lbFiles: TFileListBox
  122.       Left = 138
  123.       Top = 20
  124.       Width = 145
  125.       Height = 150
  126.       Align = alRight
  127.       DragMode = dmAutomatic
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -11
  131.       Font.Name = 'Tahoma'
  132.       Font.Style = []
  133.       ImeName = '???(??) (MS-IME98)'
  134.       ItemHeight = 13
  135.       MultiSelect = True
  136.       ParentFont = False
  137.       TabOrder = 0
  138.     end
  139.     object lbDir: TDirectoryListBox
  140.       Left = 0
  141.       Top = 20
  142.       Width = 135
  143.       Height = 150
  144.       Align = alClient
  145.       DragMode = dmAutomatic
  146.       FileList = lbFiles
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clWindowText
  149.       Font.Height = -11
  150.       Font.Name = 'Tahoma'
  151.       Font.Style = []
  152.       ImeName = '???(??) (MS-IME98)'
  153.       ItemHeight = 16
  154.       ParentFont = False
  155.       TabOrder = 1
  156.     end
  157.     object Panel5: TPanel
  158.       Left = 0
  159.       Top = 0
  160.       Width = 283
  161.       Height = 20
  162.       Align = alTop
  163.       BevelOuter = bvNone
  164.       TabOrder = 2
  165.       object DriveComboBox1: TDriveComboBox
  166.         Left = 0
  167.         Top = 1
  168.         Width = 282
  169.         Height = 19
  170.         DirList = lbDir
  171.         ImeName = '???(??) (MS-IME98)'
  172.         TabOrder = 0
  173.       end
  174.     end
  175.   end
  176.   object Panel4: TPanel
  177.     Left = 0
  178.     Top = 0
  179.     Width = 515
  180.     Height = 47
  181.     Align = alTop
  182.     BevelOuter = bvLowered
  183.     TabOrder = 3
  184.     OnClick = Panel4Click
  185.     object Label1: TLabel
  186.       Left = 1
  187.       Top = 8
  188.       Width = 40
  189.       Height = 13
  190.       Alignment = taRightJustify
  191.       AutoSize = False
  192.       Caption = 'Drive : '
  193.     end
  194.     object cbDrives: TComboBox
  195.       Left = 40
  196.       Top = 3
  197.       Width = 298
  198.       Height = 22
  199.       Style = csDropDownList
  200.       Font.Charset = ANSI_CHARSET
  201.       Font.Color = clWindowText
  202.       Font.Height = -11
  203.       Font.Name = 'Courier New'
  204.       Font.Style = []
  205.       ItemHeight = 14
  206.       ParentFont = False
  207.       TabOrder = 0
  208.       OnChange = cbDrivesChange
  209.     end
  210.     object cSavePath: TCheckBox
  211.       Left = 40
  212.       Top = 28
  213.       Width = 69
  214.       Height = 17
  215.       Caption = 'Save Path'
  216.       TabOrder = 1
  217.     end
  218.     object cImportSession: TCheckBox
  219.       Left = 117
  220.       Top = 28
  221.       Width = 92
  222.       Height = 17
  223.       Caption = 'Import Session'
  224.       TabOrder = 2
  225.     end
  226.     object Panel3: TPanel
  227.       Left = 340
  228.       Top = 1
  229.       Width = 174
  230.       Height = 45
  231.       Align = alRight
  232.       BevelOuter = bvNone
  233.       TabOrder = 3
  234.       object bErase: TButton
  235.         Left = 2
  236.         Top = 1
  237.         Width = 84
  238.         Height = 22
  239.         Caption = 'Erase'
  240.         TabOrder = 0
  241.         OnClick = bEraseClick
  242.       end
  243.       object bEject: TButton
  244.         Left = 44
  245.         Top = 23
  246.         Width = 42
  247.         Height = 22
  248.         Caption = 'Eject'
  249.         TabOrder = 1
  250.         OnClick = bEjectClick
  251.       end
  252.       object bLoad: TButton
  253.         Left = 2
  254.         Top = 23
  255.         Width = 42
  256.         Height = 22
  257.         Caption = 'Load'
  258.         TabOrder = 2
  259.         OnClick = bLoadClick
  260.       end
  261.       object bBurn: TButton
  262.         Left = 87
  263.         Top = 1
  264.         Width = 86
  265.         Height = 44
  266.         Caption = 'Burn'
  267.         Font.Charset = ANSI_CHARSET
  268.         Font.Color = clRed
  269.         Font.Height = -13
  270.         Font.Name = 'Tahoma'
  271.         Font.Style = [fsBold]
  272.         ParentFont = False
  273.         TabOrder = 3
  274.         OnClick = bBurnClick
  275.       end
  276.     end
  277.     object Button1: TButton
  278.       Left = 296
  279.       Top = 26
  280.       Width = 42
  281.       Height = 20
  282.       Caption = 'Info'
  283.       TabOrder = 4
  284.       OnClick = Button1Click
  285.     end
  286.   end
  287.   object files: TCheckListBox
  288.     Left = 0
  289.     Top = 63
  290.     Width = 229
  291.     Height = 170
  292.     Align = alLeft
  293.     Font.Charset = DEFAULT_CHARSET
  294.     Font.Color = clWindowText
  295.     Font.Height = -11
  296.     Font.Name = 'Tahoma'
  297.     Font.Style = []
  298.     ItemHeight = 13
  299.     ParentFont = False
  300.     PopupMenu = PopupMenu1
  301.     TabOrder = 4
  302.     OnDblClick = DeleteItem1Click
  303.     OnDragDrop = filesDragDrop
  304.     OnDragOver = filesDragOver
  305.   end
  306.   object ProgressBar1: TProgressBar
  307.     Left = 0
  308.     Top = 47
  309.     Width = 515
  310.     Height = 16
  311.     Align = alTop
  312.     Min = 0
  313.     Max = 100
  314.     Smooth = True
  315.     TabOrder = 5
  316.   end
  317.   object Timer1: TTimer
  318.     Interval = 100
  319.     OnTimer = Timer1Timer
  320.     Left = 4
  321.     Top = 160
  322.   end
  323.   object PopupMenu1: TPopupMenu
  324.     Left = 32
  325.     Top = 160
  326.     object AddItem1: TMenuItem
  327.       Caption = 'Add Item ...'
  328.       Visible = False
  329.     end
  330.     object DeleteItem1: TMenuItem
  331.       Caption = 'Delete Item'
  332.       OnClick = DeleteItem1Click
  333.     end
  334.   end
  335.   object od: TOpenDialog
  336.     Left = 132
  337.     Top = 84
  338.   end
  339.   object PopupMenu2: TPopupMenu
  340.     Left = 188
  341.     Top = 272
  342.     object ClearAll1: TMenuItem
  343.       Caption = 'Clear All'
  344.       ShortCut = 119
  345.       OnClick = ClearAll1Click
  346.     end
  347.   end
  348. end
  349.